/* reset */
/* pc */

@media screen and (min-width: 640px) {
  p,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  th,
  td,
  div,
  pre,
  body,
  code,
  form,
  input,
  legend,
  button,
  figure,
  fieldset,
  textarea,
  blockquote {
    margin: 0;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
  }

  html {
    font-size: 14px !important;
    overflow-y: auto;
    height: 100%;
    background-color: #fff;
  }

  html,
  body {
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
  }

  body {
    background: #fff;
    font-family: "微软雅黑";
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

  input,
  select,
  textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  table {
    border-spacing: 0;
    border-collapse: collapse;
  }

  img,
  input,
  button,
  textarea {
    border: none;
    -webkit-appearance: none;
  }

  input {
    text-align: inherit;
  }

  textarea {
    resize: none;
  }

  a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  input,
  select,
  button,
  option,
  textarea,
  optgroup {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    outline: none;
  }

  ol,
  ul {
    list-style: none;
  }

  input {
    background: #fff;
  }

  button,
  input[type="submit"],
  input[type="button"] {
    cursor: pointer;
  }

  input::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

  input[type="number"] {
    -moz-appearance: textfield;
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }

  input::-webkit-input-placeholder {
    color: #999;
  }

  textarea::-webkit-input-placeholder {
    color: #333;
  }

  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999;
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #999;
  }

  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999;
  }

  template {
    display: none;
  }

  img {
    vertical-align: middle;
  }

  em,
  i {
    font-style: normal;
  }

  /* 外填充 */
  .m5 {
    margin: 5px;
  }

  .m10 {
    margin: 10px;
  }

  .m15 {
    margin: 15px;
  }

  .m20 {
    margin: 20px;
  }

  .m25 {
    margin: 25px;
  }

  .m30 {
    margin: 30px;
  }

  .mt5 {
    margin-top: 5px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt15 {
    margin-top: 15px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt25 {
    margin-top: 25px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt80 {
    margin-top: 80px;
  }

  .mb5 {
    margin-bottom: 5px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb15 {
    margin-bottom: 15px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb25 {
    margin-bottom: 25px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb80 {
    margin-bottom: 80px;
  }

  .ml5 {
    margin-left: 5px;
  }

  .ml10 {
    margin-left: 10px;
  }

  .ml15 {
    margin-left: 15px;
  }

  .ml20 {
    margin-left: 20px;
  }

  .ml25 {
    margin-left: 25px;
  }

  .ml30 {
    margin-left: 30px;
  }

  .ml40 {
    margin-left: 40px;
  }

  .ml50 {
    margin-left: 50px;
  }

  .ml80 {
    margin-left: 80px;
  }

  .mr5 {
    margin-right: 5px;
  }

  .mr10 {
    margin-right: 10px;
  }

  .mr15 {
    margin-right: 15px;
  }

  .mr20 {
    margin-right: 20px;
  }

  .mr25 {
    margin-right: 25px;
  }

  .mr30 {
    margin-right: 30px;
  }

  .mr40 {
    margin-right: 40px;
  }

  .mr50 {
    margin-right: 50px;
  }

  .mr80 {
    margin-right: 80px;
  }

  /* 内填充 */
  .p5 {
    padding: 5px;
  }

  .p10 {
    padding: 10px;
  }

  .p15 {
    padding: 15px;
  }

  .p20 {
    padding: 20px;
  }

  .p25 {
    padding: 25px;
  }

  .p30 {
    padding: 30px;
  }

  .p40 {
    padding: 40px;
  }

  .p50 {
    padding: 50px;
  }

  .pt5 {
    padding-top: 5px;
  }

  .pt10 {
    padding-top: 10px;
  }

  .pt15 {
    padding-top: 15px;
  }

  .pt20 {
    padding-top: 20px;
  }

  .pt25 {
    padding-top: 25px;
  }

  .pt30 {
    padding-top: 30px;
  }

  .pt40 {
    padding-top: 40px;
  }

  .pt50 {
    padding-top: 50px;
  }

  .pt80 {
    padding-top: 80px;
  }

  .pb5 {
    padding-bottom: 5px;
  }

  .pb10 {
    padding-bottom: 10px;
  }

  .pb15 {
    padding-bottom: 15px;
  }

  .pb20 {
    padding-bottom: 20px;
  }

  .pb25 {
    padding-bottom: 25px;
  }

  .pb30 {
    padding-bottom: 30px;
  }

  .pb50 {
    padding-bottom: 50px;
  }

  .pb100 {
    padding-bottom: 100px;
  }

  .pl5 {
    padding-left: 5px;
  }

  .pl10 {
    padding-left: 10px;
  }

  .pl15 {
    padding-left: 15px;
  }

  .pl20 {
    padding-left: 20px;
  }

  .pl25 {
    padding-left: 25px;
  }

  .pl30 {
    padding-left: 30px;
  }

  .pl40 {
    padding-left: 40px;
  }

  .pl50 {
    padding-left: 50px;
  }

  .pl80 {
    padding-left: 80px;
  }

  .pr5 {
    padding-right: 5px;
  }

  .pr10 {
    padding-right: 10px;
  }

  .pr15 {
    padding-right: 15px;
  }

  .pr20 {
    padding-right: 20px;
  }

  .pr25 {
    padding-right: 25px;
  }

  .pr30 {
    padding-right: 30px;
  }

  .pr40 {
    padding-right: 40px;
  }

  .pr50 {
    padding-right: 50px;
  }

  .pr80 {
    padding-right: 80px;
  }

  /* 宽度 */
  .w10 {
    width: 10px;
  }

  .w20 {
    width: 20px;
  }

  .w30 {
    width: 30px;
  }

  .w40 {
    width: 40px;
  }

  .w50 {
    width: 50px;
  }

  .w60 {
    width: 60px;
  }

  .w70 {
    width: 70px;
  }

  .w80 {
    width: 80px;
  }

  .w90 {
    width: 90px;
  }

  .w100 {
    width: 100px;
  }

  .w200 {
    width: 200px;
  }

  .w300 {
    width: 300px;
  }

  .w400 {
    width: 400px;
  }

  .w500 {
    width: 500px;
  }

  .w600 {
    width: 600px;
  }

  .w700 {
    width: 700px;
  }

  .w800 {
    width: 800px;
  }

  .w900 {
    width: 900px;
  }

  .w960 {
    width: 960px;
    margin: 0 auto;
  }

  .w1000 {
    width: 1000px;
    margin: 0 auto;
  }

  .w1100 {
    width: 1100px;
    margin: 0 auto;
  }

  .w1200 {
    width: 1200px;
    margin: 0 auto;
  }

  .w1280 {
    width: 1280px;
    margin: 0 auto;
  }

  /* 高度 */
  .h {
    height: 100%;
  }

  .h50 {
    height: 50px;
  }

  .h80 {
    height: 80px;
  }

  .h100 {
    height: 100px;
  }

  .h200 {
    height: 200px;
  }

  /*对齐方式*/
  .text-c {
    text-align: center;
  }

  .text-l {
    text-align: left;
  }

  .text-r {
    text-align: right;
  }

  /*字体大小*/
  .f-12 {
    font-size: 12px;
  }

  .f-13 {
    font-size: 13px;
  }

  .f-14 {
    font-size: 14px;
  }

  .f-15 {
    font-size: 15px;
  }

  .f-16 {
    font-size: 16px;
  }

  .f-18 {
    font-size: 18px;
  }

  .f-20 {
    font-size: 20px;
  }

  .f-22 {
    font-size: 22px;
  }

  .f-24 {
    font-size: 24px;
  }

  /*标题*/
  .h1 {
    font-size: 26px;
    color: #000;
    line-height: 36px;
  }

  /*一级标题*/
  /*wrap*/
  body {
    font-family: "微软雅黑";
    color: #000;
    min-width: 1200px;
    margin: 0;
  }

  a {
    text-decoration: none;
    color: #000;
  }

  .wrap {
    width: 100%;
  }

  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .cl,
  .clearfix {
    zoom: 1;
  }

  .cl::after,
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }

  /* pc */

  /*head*/
  .head {
    width: 100%;
    height: 226px;
    background: url("//www.hncehui.cn/file/1/img/header.webp") top center no-repeat;
    background-size: 100%;
  }

  .head .w1200 {
    height: 100%;
    position: relative;
  }

  .head .logo {
    width: 600px;
    height: 93px;
    margin-top: 80px;
    background: url(//www.hncehui.cn/file/1/img/logo@2x.webp) top center no-repeat;
    background-size: 100%;
  }

  .head .logotxt {
    margin-top: 112px;
    margin-right: 29px;
  }

  .head .searchBox {
    width: 413px;
    height: 62px;
    /* margin-top: 10px; */
    position: absolute;
    right: 30px;
    top: 77px;
    background: url("//www.hncehui.cn/file/1/img/search-bg.webp") center center no-repeat;
    background-size: 100%;
  }

  .searchBox #searchInput {
    border: none;
    background: none;
    width: 320px;
    height: 62px;
    line-height: 62px;
    padding-left: 20px;
    font-size: 15px;
  }

  .searchBox #searchBtn {
    border: none;
    width: 28px;
    height: 28px;
    background: url(//www.hncehui.cn/file/1/img/search.webp) center center no-repeat;
    cursor: pointer;
    margin: 18px 18px 0 0;
    background-size: 100%;
  }

  /*nav*/
  .nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0b316e;
  }

  .nav ul {
    width: 1200px;
    margin: 0 auto;
    font-size: 20px;
    overflow: hidden;
  }

  .nav ul li {
    float: left;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    width: 123px;
    text-align: center;
  }

  .nav ul li:first-child {
    margin-left: 0;
  }

  .nav ul li:last-child {
    float: right;
  }

  .nav ul li a {
    color: #fff;
  }

  .nav ul li:hover {
    font-weight: bold;
  }

  .nav ul li.on {
    font-weight: bold;
    position: relative;
  }

  .nav ul li.on::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 12px;
    background: url('//www.hncehui.cn/file/1/img/sanjiaoxing.webp') no-repeat center center;
    background-size: contain;
  }

  .nav ul li a:hover {
    font-weight: bold;
  }

  /*main*/
  .main {
    width: 1200px;
    margin: 10px auto;
  }

  /* link */
  /* .link {
  width: 100%;
  padding-top: 0px;
  margin-bottom: 30px;
}

.link .slt {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.link select {
  width: 253px;
  border: 1px solid #dedede;
  height: 38px;
  line-height: 30px;
  margin-left: 10px;
  font-size: 16px;
  text-align: center;
  color: #666666;
  letter-spacing: 0;
} */

  /*footer*/
  .footer {
    width: 100%;
  }

  /* copyright_box */
  .copyright_box {
    width: 100%;
    margin: 0 auto;

    background: #0b316e;
  }

  .copyright_box .copyright {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .copyright .left {
    width: 210px;
    height: 97px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .copyright .center {
    width: 650px;
    /* height: 182px; */
    padding: 35px;
    text-align: center;
  }

  .copyright .center > div {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    opacity: 0.6;
  }

  .copyright .right {
    /* width: 398px; */
    height: 152px;
    padding: 0px 0px 18px 0px;
    display: flex;
    justify-content: space-between;
    margin-left: 5px;
  }

  .guanzhu {
    width: 108px;
    height: 49px;
    margin-top: 50px;
  }

  .gongzhonghao {
    width: 106px;
    height: 106px;
    margin-top: 20px;
    margin-left: 10px;
  }

  .center_rig {
    display: flex;
    justify-content: space-between;
  }

  .copyright_box .bah {
    width: 100%;
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
    background: #06224f;
  }

  .copyright_box .bah a {
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 23px;
  }

  /*crumb*/
  /* .crumb{width: 1200px;border-bottom: 1px solid #e6e6e6;height: 40px;}
.crumb p{color: #666;font-size: 16px;}
.crumb p a{color: #666;}
.crumb p a:hover{color: #005292;} */
  /*crumb*/
  .crumb {
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    /* background: #f3f3f3; */
    /* padding-left: 25px; */
    /* background: url(//www.hncehui.cn/file/1/img/crumb_posi.png) left center no-repeat; */
    font-size: 16px;
    line-height: 45px;
    color: #666666;
  }

  .crumb span {
    color: #333333;
    font-size: 16px;
  }

  .crumb p {
    line-height: 45px;
    font-size: 16px;
    color: #015293;
    text-indent: 15px;
  }

  .crumb a {
    font-family: "MicrosoftYaHei";
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
  }

  .crumb a:nth-last-child(1) {
    color: #0b316e;
  }

  /* 语言切换和无障碍阅读 */
  .language {
    position: absolute;
    top: 24px;
    right: 177px;
    padding: 5px 0;
  }

  .language a {
    display: inline-block;
    padding: 0 8px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
    vertical-align: middle;
  }

  .language a:not(:first-child) {
    border-left: 1px solid #aaa;
  }

  .wza-box {
    position: absolute;
    right: 30px;
    top: 20px;
    display: inline-block;
    vertical-align: middle;
  }

  .wza-box a {
    display: block;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
    vertical-align: middle;
  }

  .wza-box a.wza {
    background: #fff;
    color: #f76b00;
    border: 1px solid #fc740d;
    border-radius: 2px 0px 0px 2px;
  }

  .wza-box a.oldman {
    background: #f79600;
    color: #fff;
    border: 1px solid #f79600;
    border-radius: 0px 2px 2px 0px;
  }

  .list-select-div {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 16px;
  }

  .iconfont {
    background: url(//www.hncehui.cn/file/1/img/linkdown_icon.png) center no-repeat;
    width: 11.28px;
    height: 6.63px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .list-select-div .item {
    width: 20%;
    float: left;
    padding: 5px 5px;
    position: relative;
  }

  .list-select-div .item > .seltitle {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    padding: 5px;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
  }

  .list-select-div .item > .seltitle > a {
    display: block;
  }

  .list-select-div .item > .seltitle > i {
    position: absolute;
    right: 10px;
  }

  .list-select-div .item > .downdrop {
    border: 1px solid #dcdcdc;
    border-bottom: 0;
    background-color: #fff;
    display: none;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 100%;
    top: auto;
    z-index: 9;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999;
  }

  .list-select-div .item > .downdrop > a {
    display: block;
    padding: 8px 0;
    border-top: 1px dashed #ccc;
    cursor: pointer;
  }

  .list-select-div .item > .downdrop > a:first-child {
    border-top: 0;
  }

  .list-select-div .item > .downdrop > a:hover {
    background-color: #eee;
  }

  /* table底纹 */
  .ue-table-interlace-color-single {
    background-color: #fcfcfc;
  }

  .ue-table-interlace-color-double {
    background-color: #f7faff;
  }

  .list-select-div .item > .downdrop .list-select-div .item {
    box-sizing: border-box !important;
  }

  .inputStyle input {
    -webkit-appearance: auto;
    position: relative;
    top: 18px;
  }

  .preaddli input {
    -webkit-appearance: auto;
    position: relative;
    top: 4px;
  }

  /* linksy */
  .linksy {
    width: 100%;
    height: 82px;
    background: #fff;
    display: flex;
    justify-content: center;
    box-shadow: 0 -12px 16px 0 #826d6d14;
  }

  .linksy .con {
    width: 1200px;
    height: 62px;
    margin: 0 auto;
    line-height: 62px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }

  .linksy .con span {
    color: #165bc9;
    font-size: 14px;
    font-weight: 700;
  }

  .linksy .con select {
    margin-left: 20px;
    width: 180px;
    height: 35px;
    padding: 0px 30px 0px 15px;
    border: 1px solid #d9d9d9;
    /* background: #fff url('//www.hncehui.cn/file/1/img/select-1.webp') no-repeat right 10px center; */
    background-size: 16px 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
  }

  .linksy .con select:first-of-type {
    margin-left: 100px;
  }

  /* footer */

  /* copyright_box */
  .footersy .copyright_box {
    width: 100%;
    height: 180px;
    margin: 0 auto;

    background: #0b316e;
  }

  .footersy .copyright_box .copyright {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .copyright_box_con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .copyright_box_con .left {
    position: absolute;
    margin-top: 40px;
  }

  .footersy .copyright .left {
    width: 210px;
    height: 97px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footersy .copyright .center {
    /* width: 650px; */
    width: 597px;
    /* height: 182px; */
    padding: 20px;
    text-align: center;
  }

  .footersy .copyright .center > div {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    opacity: 0.6;
  }

  .footersy .copyright .right {
    /* width: 398px; */
    height: 152px;
    padding: 0px 0px 18px 0px;
    display: flex;
    justify-content: space-between;
    margin-left: 5px;
  }

  .footersy .copyright .right > div > p {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    color: #121212;
    letter-spacing: 0;
    text-align: center;
    line-height: 23px;
  }

  .footersy .center_rig {
    display: flex;
    justify-content: space-between;
  }

  .footersy .copyright_box .bah {
    width: 100%;
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
    background: #06224f;
  }

  .footersy .copyright_box .bah a {
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 23px;
  }

  .footersy .copyright_box .bah a:not(:nth-child(-1n + 1)) {
    margin-left: 10px;
  }

  .footersy .copyright .right {
    margin-top: -60px;
  }

  .footersy .copyright .right ul li {
    width: 60px;
    text-align: center;
    float: left;
  }

  .footersy .copyright .right ul li:hover .erweima {
    /* display: block; */
    visibility: visible;
  }

  .footersy .copyright .right ul li img {
    margin: 0 auto;
  }

  .footersy .copyright .right .erweima {
    background: url(//www.hncehui.cn/file/1/img/erweimaBg.png);
    padding: 15px 10px 10px 10px;
    visibility: hidden;
    width: 106px;
    height: 112px;
    margin-left: -25px;
  }

  .footersy .copyright .right .erweima img {
    width: 100%;
    height: 100%;
  }

  .footersy .img1 {
    display: block;
  }

  .footersy .img2 {
    display: none;
  }

  .footersy .copyright .right ul li:hover .img1 {
    display: none;
  }

  .footersy .copyright .right ul li:hover .img2 {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  * {
    margin: 0;
    padding: 0;
    color: #000;
    -webkit-text-size-adjust: none;
  }

  h1,
  h2,
  h3,
  h4 {
    font-weight: normal;
  }

  li {
    list-style: none;
  }

  a {
    text-decoration: none;
  }

  html {
  }

  body {
    max-width: 640px;
    margin: 0 auto !important;
    width: 100%;
    height: 100%;
    font-family: Microsoft Yahei, Helvetica Neue !important;
  }

  i {
    font-style: normal;
  }

  img {
    /* display: block; */
    vertical-align: middle;
  }

  .cl {
    *zoom: 1;
  }

  .cl:before,
  .cl:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .cl:after {
    clear: both;
  }

  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .wrap {
    height: 100%;
    width: 100%;
  }

  .main {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
  }

  .crumb {
    display: none;
  }

  .head {
    height: 2.6rem;
    background: url(//www.hncehui.cn/file/1/img/wapTop.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .head .logotxt {
    display: none;
  }

  .head .logo {
    /* display: block; */
    width: 3.7rem;
    height: 0.7rem;
    margin-top: 1.1rem;
    margin-left: 0.4rem;
    background: url(//www.hncehui.cn/file/1/img/wapLogo.png) center center no-repeat;
    background-size: 100% 100%;
  }

  #searchInput {
    display: none;
  }

  #searchBtn {
    width: 0.6rem;
    height: 0.6rem;
    border: none;
    background: url(//www.hncehui.cn/file/1/img/wapSearch.png) center center no-repeat;
    position: relative;
    top: 1.2rem;
    right: 0.58rem;
  }

  .nav {
    height: 0.8rem;
    background: #0b316e;
    padding: 0.2rem 0.16rem;
  }

  .nav ul {
    /* float: left; */
    font-size: 0.28rem;
    color: #fff;
    width: 100%;
    /* display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; */
  }

  .nav li a {
    color: #fff;
    float: left;
    display: block;
    line-height: 0.45rem;
    /* border-right: 1px solid #fff; */
    width: 1.5rem;
    text-align: center;
  }

  /* 底部 */

  .linksy {
    display: none;
  }

  .footersy {
    font-size: 0.2rem;
    color: #565555;
    background: #eee;
    margin-top: 0.2rem;
    text-align: center;
    padding: 0.2rem 0;
    line-height: 0.35rem;
  }

  .footersy .left {
    display: none;
  }

  .footersy .right {
    display: none;
  }

  .footersy .bah a {
    display: block;
  }

  .wza-box {
    display: none;
  }
}

/* 适老化 */
.oldModel * {
  font-size: 28px !important;
}

.oldModel .nav {
  height: 80px;
  line-height: 80px;
}

.oldModel .nav ul {
  font-size: 36px;
  width: 1260px;
  display: flex;
  justify-content: space-between;
}

.oldModel .nav ul li {
  margin-left: 19px;
  /* width: 160px; */
  width: auto !important;
}

.oldModel .footer .ftMain p {
  font-size: 28px;
  line-height: 40px;
}

.oldModel .crumb {
  /* height: 60px; */
  line-height: 64px;
}

.oldModel .crumb p {
  line-height: 60px;
  font-size: 28px;
}

.oldModel .crumb span {
  font-size: 28px;
}

.oldModel .wza-box a {
  font-size: 28px;
}

.oldModel .searchBox #searchInput {
  font-size: 28px;
}

.oldModel .list-select-div {
  font-size: 28px;
}

.oldModel .foot-con .text .fl {
  width: 660px;
}

.oldModel .txt-link a,
.oldModel .txt-info,
.oldModel .txt-info a {
  font-size: 28px;
  line-height: 1.8;
}

.oldModel .searchBox #searchInput {
  width: 300px;
}

.oldModel .crumb p span,
.oldModel .crumb a {
  font-size: 28px;
}

.oldModel .crumb {
  height: 64px;
  font-size: 28px;
}

.oldModel .linksy .con ul {
  margin-left: 100px;
}

.oldModel .footersy .copyright .center > div {
  line-height: 1.5 !important;
}

.oldModel .copyright .center > div {
  line-height: 1.5 !important;
}

.Voice-Voicer-Container {
  top: 60px !important;
  left: 674px !important;
  width: 123px !important;
  margin-left: 580px !important;
  bottom: auto !important;
}
.Voice-Voicer-Container .TipsControl-Btn {
  width: 123px !important;
  height: 41px !important;
  background: none !important;
}
.Voice-Voicer-Container .TipsControl-Btn a {
  background: none !important;
}
.Voice-Voicer-Container .TipsControl-Btn:hover {
  background: none !important;
}
.Voice-Voicer-Container .ReturnToTop-Btn {
  display: none !important;
}

/* 容器布局：横向排列 */
.select-group {
  display: flex;
  gap: 20px;
  background-color: #fff;
  width: 1200px;
  justify-content: space-around;
  align-items: center;
}

/* 下拉框容器：自定义样式基础 */
.custom-select {
  position: relative;
  width: 320px;
}

/* 隐藏原生下拉框样式 */
.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* 下拉框hover/聚焦效果 */
.custom-select select:hover {
  border-color: #409eff;
  box-shadow: 0 3px 8px rgba(64, 158, 255, 0.15);
}
.custom-select select:focus {
  outline: none;
  border-color: #409eff;
  box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
}

/* 自定义下拉箭头（右侧） */
.custom-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #999;
  pointer-events: none; /* 不遮挡下拉框点击 */
  transition: border-top-color 0.3s ease;
}
.custom-select:hover::after {
  border-top-color: #409eff;
}

/* 面包屑导航样式 */
.breadcrumb {
    margin: 10px 0 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.breadcrumb img {
    width: 16px;
    height: 19px;
    margin-right: 8px;
}

.breadcrumb span.separator {
    margin: 0 8px;
    color: #ccc;
}

.breadcrumb span.current {
    color: #0B316E;
    font-weight: bold;
}

.breadcrumb p a:not(:last-child)::after {
    content: '>';
    padding: 0 5px;
}

.nav ul li.on  {
    background: url('//www.hncehui.cn/file/1/img/sanjiaoxing.webp') no-repeat center bottom;
    background-size: 14px 6px;
}
